submitted-dl-support
authorGNU Libc Maintainers <debian-glibc@lists.debian.org>
Sat, 12 Nov 2022 13:23:05 +0000 (13:23 +0000)
committerAurelien Jarno <aurel32@debian.org>
Sat, 12 Nov 2022 13:23:05 +0000 (13:23 +0000)
commit5b503fbbdc1939d91e07fb0e3989fd1fb9ff505e
tree2e9050b9f45d349db15ffa73833ab6586d377dc4
parent9c17efa160d55713c6103f38ce234129b6f4baff
submitted-dl-support

older versions of glibc would build dl-sysdep as shared-only and dl-support as
static-only.  alpha hooks in a cache variable via dl-auxv.h.  newer versions of
glibc build dl-sysdep as both shared and static which means we now have symbol
duplication for static builds with dl-sysdep and dl-support.  since dl-sysdep
is both shared/static, there is no point in hooking dl-support anymore, so we
can punt it.

Gbp-Pq: Topic alpha
Gbp-Pq: Name submitted-dl-support.diff
sysdeps/unix/sysv/linux/alpha/dl-support.c [deleted file]